home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia1.dir
/
00598_Script_598
< prev
next >
Wrap
Text File
|
1995-05-21
|
430b
|
18 lines
on mouseDown
put "PLAYBTN" into f
put "PLAYBTNHL" into fHL
hiliter 21, f, fHL
end
on mouseUp
global gTheDay
WhatDayIsIt
set the castNum of sprite 21 = cast "PLAYBTNHL"
updatestage
put the movietime of sprite 48 into scratchBackwards
set the movietime of sprite 48 to scratchBackwards + 5
set the movierate of sprite 48 to 0
set the text of cast "readOut" to string(scratchBackwards)
end